DISABLE OBJECT ZREAD
This command will disable the Z read state of the object. The Z read state controls whether each pixel of the rendered object obeys the rule of Z buffer depth culling. The default value is enabled, where the object will only render pixels of the object that are above any previous pixels rendered to the screen. By disabling this state, all pixels are rendered whether they occur behind prior pixels or not.
SYNTAX
DISABLE OBJECT ZREAD Object Number
RELATED INFO
BASIC3D Commands Menu
Index
EXAMPLE
View Showcase Example
View Usage Example